home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / LanRunner_2072176232007.psc / LanRunner Mini / About.frm next >
Text File  |  2007-06-07  |  2KB  |  69 lines

  1. VERSION 5.00
  2. Begin VB.Form About 
  3.    Caption         =   "About"
  4.    ClientHeight    =   3090
  5.    ClientLeft      =   60
  6.    ClientTop       =   450
  7.    ClientWidth     =   5475
  8.    LinkTopic       =   "Form2"
  9.    ScaleHeight     =   3090
  10.    ScaleWidth      =   5475
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton Command1 
  13.       Caption         =   "Close"
  14.       Height          =   375
  15.       Left            =   2040
  16.       TabIndex        =   2
  17.       Top             =   2640
  18.       Width           =   1335
  19.    End
  20.    Begin VB.Label Label4 
  21.       Caption         =   $"About.frx":0000
  22.       Height          =   855
  23.       Left            =   1320
  24.       TabIndex        =   4
  25.       Top             =   960
  26.       Width           =   3855
  27.    End
  28.    Begin VB.Label Label3 
  29.       Caption         =   "Lan    Runner  Mini-V-1.0"
  30.       Height          =   735
  31.       Left            =   120
  32.       TabIndex        =   3
  33.       Top             =   1800
  34.       Width           =   735
  35.    End
  36.    Begin VB.Image Image1 
  37.       Height          =   1500
  38.       Index           =   0
  39.       Left            =   120
  40.       Picture         =   "About.frx":00C5
  41.       Top             =   120
  42.       Width           =   735
  43.    End
  44.    Begin VB.Label Label2 
  45.       Caption         =   "About me,Mail  to : ravindran_ve@yahoo.com"
  46.       Height          =   375
  47.       Left            =   1320
  48.       TabIndex        =   1
  49.       Top             =   2280
  50.       Width           =   3615
  51.    End
  52.    Begin VB.Label Label1 
  53.       Caption         =   $"About.frx":3AD9
  54.       Height          =   855
  55.       Left            =   1320
  56.       TabIndex        =   0
  57.       Top             =   120
  58.       Width           =   4095
  59.    End
  60. End
  61. Attribute VB_Name = "About"
  62. Attribute VB_GlobalNameSpace = False
  63. Attribute VB_Creatable = False
  64. Attribute VB_PredeclaredId = True
  65. Attribute VB_Exposed = False
  66. Private Sub Command1_Click()
  67. Me.Visible = False
  68. End Sub
  69.